Skip to main content

ModifyRiskCheckStatus

Description

call the ModifyRiskCheckStatus interface to modify the detection result status of the check item, which supports ignoring or canceling ignoring.

Request Method

POST

Request Path

/apsara/route/Sas/ModifyRiskCheckStatus

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
StatusBODYstringYesignoredthe processing status of the check item. Valid values include: ignored: Ignore reset: cancel ignoring
TaskIdBODYlongYes57ID of the check task to which the check item belongs.
SourceIpBODYstringNo1.2.3.4access source IP address.
regionIdBODYstringYesNo sample value for this parameter.region id
LangBODYstringNozhthe language type of the request and receive message. Valid values include: zh: Chinese en: English
ItemIdBODYlongYes1check item ID.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstring48D2E9A9-A1B0-4295-B727-0995757C47E9request ID.

Example

Successful Response example

{
"RequestId":"48D2E9A9-A1B0-4295-B727-0995757C47E9"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}